-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat reviewstate api integration #1376
Feat reviewstate api integration #1376
Conversation
β¦state-api-integration
β¦tate status on table
@@ -5,3 +5,7 @@ export const isInputEmpty = (text: string): boolean => { | |||
const trimmedText = text.trim(); | |||
return trimmedText === ''; | |||
}; | |||
|
|||
export const camelToFlat = (word: string): string => ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The term for output like
Some Title String
is 'title case' so this could be camelToTitleCase
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For reference the other types are
Snake_Case, used by Python
Kebab-case, used in HTML
π
@spwoodcock, could you merge this PR for now. I will update the naming on another PR as I have deleted all my local branches |
What type of PR is this? (check all applicable)
Related Issue
Related to #1238
Describe this PR
This PR integrates the post review state API in the frontend side.
Screenshots
Please provide screenshots of the change.
Alternative Approaches Considered
Did you attempt any other approaches that are not documented in code?
Review Guide
Notes for the reviewer. How to test this change?
Checklist before requesting a review
[optional] What gif best describes this PR or how it makes you feel?